home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Super Platinum 8
/
Shareware Super Platinum 8.iso
/
mac
/
PROGTOOL
/
SUPERA.ZIP;1
/
SMUTIL.ZIP
/
SAMPLE1.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-12-17
|
375 b
|
20 lines
/*************************************************************************
* *
* SAMPLE1.C *
* *
*************************************************************************/
#include <stdio.h>
int second_function()
{
printf("\n\nHello ");
return(1);
}
int third_function()
{
printf("World...\n");
return(1);
}